projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ecf5c4
)
Make focus tests session-exclusive
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 8 Aug 2014 20:15:02 +0000
(22:15 +0200)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 8 Aug 2014 20:15:02 +0000
(22:15 +0200)
Otherwise, tests running in parallel will steal the focus that
we are trying to test.
testsuite/a11y/state/Makefile.am
patch
|
blob
|
history
diff --git
a/testsuite/a11y/state/Makefile.am
b/testsuite/a11y/state/Makefile.am
index f457616f11e30a55e603660b2ad4a83ae8397195..28da7779f784d68d7dd94c8f318d7d2cd28aa050 100644
(file)
--- a/
testsuite/a11y/state/Makefile.am
+++ b/
testsuite/a11y/state/Makefile.am
@@
-39,7
+39,7
@@
statetest_DATA = $(testdata)
a11ystate.test: Makefile
$(AM_V_GEN) (echo '[Test]' > $@.tmp; \
- echo 'Type=session' >> $@.tmp; \
+ echo 'Type=session
-exclusive
' >> $@.tmp; \
echo 'Exec=env G_ENABLE_DIAGNOSTIC=0 $(insttestdir)/state-record --directory $(statetestdir)' >> $@.tmp; \
mv $@.tmp $@)